home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8236 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: solon.com!not-for-mail
  2. From: seebs@solutions.solon.com (Peter Seebach)
  3. Newsgroups: comp.lang.pl1,comp.lang.c
  4. Subject: Re: PL/I and C
  5. Date: 2 Mar 1996 10:31:49 -0600
  6. Organization: Usenet Fact Police (Undercover)
  7. Message-ID: <4h9t5l$hkk@solutions.solon.com>
  8. References: <4gh5ru$eng@goanna.cs.rmit.EDU.AU> <4h11ub$njp@goanna.cs.rmit.EDU.AU> <TANMOY.96Feb28085159@qcd.lanl.gov> <4h8vte$s76@goanna.cs.rmit.EDU.AU>
  9. NNTP-Posting-Host: solutions.solon.com
  10.  
  11. In article <4h8vte$s76@goanna.cs.rmit.EDU.AU>,
  12. ++           robin <rav@goanna.cs.rmit.EDU.AU> wrote:
  13. >    >How is sprintf an I/O function? It inputs its parameters and outputs
  14. >    >into the memory pointed to by one of its parameters?
  15.  
  16. >---sprint prints to memory.  However, it does nothing like the
  17. >functions that I mentioned for centering text, and trimming given
  18. >characters from either or both ends of a string.
  19.  
  20. You obviously don't have clue 1 about sprintf.  I use sprintf regularly
  21. to trim characters from strings, center them inside fields of varying
  22. size, and do all sorts of other cool things.
  23.  
  24. >   sprint would appear to be comparable in intent to PUT STRING.
  25.  
  26. You're forgetting the "f".  Which is apparently because you lack the
  27. conceputal framework.  sprintf-> string print *formatted*.  Those formats
  28. are awe-inspiringly powerful.
  29.  
  30. (Not to mention, it can also convert other types into strings.)
  31.  
  32. Get a C book and read about *printf format strings for a while;
  33. pay particular attention to the * flag.
  34.  
  35. -s
  36. -- 
  37. Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
  38. C/Unix wizard -- C/Unix questions? Send mail for help.  No, really!
  39. FUCK the communications decency act.  Goddamned government.  [literally.]
  40. The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
  41.